Skip to main content

LayeredGraphPlot

LayeredGraphPlot[g] generates a layered plot of the graph g.

LayeredGraphPlot[{e1,e2,…}] generates a layered plot of the graph with edges ej.

LayeredGraphPlot[{…,w[ei],…}] plots ei with features defined by the symbolic wrapper w.

LayeredGraphPlot[{vi1->vj1,…}] uses rules vik->vjk to specify the graph g.

LayeredGraphPlot[m] uses the adjacency matrix m to specify the graph g.

LayeredGraphPlot[…,v->pos] places the dominant vertex v in the plot at position pos.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.